clock interrupt meaning in Chinese
时钟中断
Examples
- Every 1 / 60th of a second , a timer goes off in the kernel , generating a clock interrupt
每隔1 / 60秒的时间,有一个时间处理机告诉内核创造一个时间片。 - For simple applications one might simply have an real time clock interrupt signal a semaphore and have a process that encapsulates all the time dependent stuff
对简单的应用而言,可以简单地用实时时钟中断发送一个信号量并用一个进程封装所有依赖时间的部分。